Support Unicode environment variables.
authorViet-Tam Luu <viettaml@google.com>
Fri, 1 Dec 2017 00:53:58 +0000 (16:53 -0800)
committerViet-Tam Luu <viettaml@google.com>
Fri, 1 Dec 2017 00:53:58 +0000 (16:53 -0800)
commitb682d065a3a9c9d881b4834e15d55853d88a67e3
treef44a3439b86ce728789a7765beaf25d203ad2d26
parent22cf5663a7e0bc87faa5526eff4d04705cd2bbe6
Support Unicode environment variables.
Create ugetenv() OS-abstraction to return a QString environment variable value. Use it in place of getenv() in most places. Update inifile.cc routines to use QString to support Unicode paths for the gpsbabel.ini file, also greatly streamlining the code.
csv_util.cc
defs.h
html.cc
inifile.cc
util.cc